data(knowledge): 실행 Slot 계약과 E2E Gold 후보 확장 - #52
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
목적
FOWOCO 데모에서 사용하는 필드와 재계약·체류연장 시나리오를 Knowledge 0.3.0의 원본 계약으로 고정합니다. UI·AI·Server가 서로 다른 필수값과 Workflow 순서를 하드코딩하지 않도록 Slot 의미, 데이터 출처, 담당 주체, 검증 규칙과 대표 E2E 기대값을 한곳에서 관리합니다.
Closes #51
변경 내용
required,optional,resolvable_from_context구조 유지passport_status,arc_status를 Knowledge 소유 조회형 Context Slot으로 정의MISSING | SUBMITTED | VERIFIED로 고정하고 원문 식별정보를 제외EXPIRY_RENEWAL에서WF-CON-001 → WF-STY-001을 분리·확인하는 대표 데모 사례 추가계약 결정
WF-STY-001
worker_id,due_atstay_expiry_date,passport_status,arc_statuspassport_status,arc_status는 문서 원문이 아니라 Server가 문서 메타데이터에서 계산하는 상태값대표 갱신 흐름
이는 복수 Intent를 강제하는 계약이 아니라, 하나의 Intent가 여러 독립 Workflow로 구체화되는 계약입니다.
영향 범위
검증
git diff --checkmake checkVALID: FOWOCO Knowledge 0.3.0